(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
void StoreItemInContext()
SYNOPSIS
struct IFFHandle * iff
struct LocalContextItem * localItem
struct ContextNode * contextNode

LOCATION
In IFFParseBase at offset 37
FUNCTION
Stores the given local context item into the given context node. If a LCI with the some id, type and class identifier allready exists in the context node, the old one will be purged, and the new one inserted.

INPUTS
iff
pointer to IFFHandle struct.
localItem
pointer to LCI to install.
contextNode
pointer to the context node in which the LCI will be stored.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
StoreLocalItem()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen